'Declaration
Public Shared Sub HSVToRGB( _ ByVal h As Single, _ ByVal s As Byte, _ ByVal v As Byte, _ ByRef r As Byte, _ ByRef g As Byte, _ ByRef b As Byte _ )
public procedure HSVToRGB( h: Single; s: Byte; v: Byte; Out r: Byte; Out g: Byte; Out b: Byte ); static;
Parameters
- h
- s
- v
- r
- g
- b